DISK 4/5 MASKIN Mask numeric input only ! - good for Social Security numbers, dates, telephone numbers, etc. MICE The following routines allow you to use a mouse with your PowerBasic programs. You can use event trapping with a mouse if you follow the steps given. MISC Miscellaneous programs and info files, including LIBRARY.DOC which is the information file giving descriptions on the Spectra Publishing Library on CompuServe (might serve as descriptions for the PDSL bulletin board or PDSL Library disks). OPSYS1 OPSYS will maintain up to 12 different operating system configurations, each with its own separate AUTOEXEC and CONFIG files and an optional user defined batch file to be run at boot time. PARTS This program manages a random access file for 2 or more users. The program uses a function fnedit$ listed at end of program. The function allows you to edit a string until you press a return or ESC [ char$(27) ]. PASSWORD Pswdfile.bas simulates your proking program file. It has a password concealed in a string data statement. Compile this program to an .exe file and run it. It will print out the password secret. PATCH? The PowerBASIC patch programming utility (PBPATCH.EXE) is provided to allow you to install modifications, bug fixes, and enhancements to the two PowerBASIC compilers (PB.EXE and PBC.EXE). PBERR Program to detect and analyse runtime errors in compiled Power BASIC programmes. PBNEWS PowerBASIC News. Issue #3 <<====>> August, 1990. The latest information from the authors of PowerBASIC. PBPLUS PBPLUS96 is a program which can be used in conjuction with PowerBASIC version #2.00 in order to obtain an additional 96K of memory for compiling and running programs. PBWINDOW PB-WINDOWS: A MAJOR PACKAGE FROM AN ASP SHAREWARE AUTHOR. PBWindow.PBU and PBWindow.INC allows you to add pop-up windows to your PowerBasic programs. There are 22 Public routines in PBWindow that you can access from your program: 1. FUNCTION GetAttribute 12. SUB PrtEOL 2. SUB GetForAndBack 13. SUB PrtEOLBox 3. SUB PrtBox 14. SUB NewBoxColor 4. SUB Rackett 15. SUB BuildMenu 5. SUB RemoveBox 16. SUB PrtAttrBox 6. SUB BoxTitle 17. SUB ClearBox 7. SUB MakeBox 18. SUB Recolor 8. SUB ZoomBox 19. SUB WriteScreenArea 9. SUB BoxScroll 20. SUB SaveScreenArea 10. SUB CtrBox 21. SUB PBWindowInit 11. SUB CtrAllBox 22. SUB ScreenInit PRSCMD PARSE TEXT TO PROGRAMS FROM THE COMMAND LINE.